home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
RAMSES 2.2
/
RAMSES 2.2 Extras
/
RMSBaseExtra
/
RMSDebugHelp.MOD (No reports)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Implementation
|
1996-06-21
|
485 b
|
23 lines
|
[
TEXT/MEDT
]
IMPLEMENTATION MODULE RMSDebugHelp;
(*
Implementation and Revisions:
============================
Author Date Description
------ ---- -----------
AF 25/11/90 First implementation (DM 2.02, MacMETH 2.6.2)
*)
PROCEDURE ShowLevels (procName: ARRAY OF CHAR; anInt: INTEGER; size: LONGINT);
BEGIN
END ShowLevels;
PROCEDURE ActivateHeapTrace;
BEGIN
END ActivateHeapTrace;
END RMSDebugHelp.